Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

files of /cody/swapnilsparsh/30DaysOfJavaScript/75 - Movie Search App/

Movie-Search-App.png /cody/swapnilsparsh/30DaysOfJavaScript/75 - Movie Search App/Movie-Search-App.png
140 Views
0 Comments
Media file
README.md /cody/swapnilsparsh/30DaysOfJavaScript/75 - Movie Search App/README.md
285 Views
0 Comments
<h1>Movie Search App</h1>

<p>Simple Movie Search App in HTML, CSS, and JavaScript using the APIs for fetching movies informatio
index.html /cody/swapnilsparsh/30DaysOfJavaScript/75 - Movie Search App/index.html
411 Views
0 Comments
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge"
script.js /cody/swapnilsparsh/30DaysOfJavaScript/75 - Movie Search App/script.js
245 Views
0 Comments
const API_KEY = "api_key=1cf50e6248dc270629e802686245c2c8";
const BASE_URL = "https://api.themoviedb.org/3";
const API_URL = BAS
style.css /cody/swapnilsparsh/30DaysOfJavaScript/75 - Movie Search App/style.css
164 Views
0 Comments
@import url("https://fonts.googleapis.com/css2?family=Benne&display=swap");
* {
box-sizing: border-box;
}
:root {
--primary-